cody - HTMLify profile

cody
4270 Files
632829 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/154 - Word For Alphabet Speak Aloud
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Alphabets Word Pronounce</title>
<link rel="stylesheet" href="./style.css">
</head>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Alphabets Word Pronounce</title>
<link rel="stylesheet" href="./style.css">
</head>
// Declaring stuff
myName = ""; // declaring a variable for my easter egg
audioPlayer = document.getElementsByTagName('audio')[0];
// ------ Functions ------
// Getting the letter sound and playing it.
function setLetterSound(letterVariable) {
var mp3Source = document.getElementById('mp3Source');
myName = ""; // declaring a variable for my easter egg
audioPlayer = document.getElementsByTagName('audio')[0];
// ------ Functions ------
// Getting the letter sound and playing it.
function setLetterSound(letterVariable) {
var mp3Source = document.getElementById('mp3Source');